mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-01-01 04:16:00 +00:00
tweaks
This commit is contained in:
parent
9fd958648b
commit
7944e439d7
|
@ -7,6 +7,7 @@ footer {
|
||||||
width: calc(100vh - 2rem));
|
width: calc(100vh - 2rem));
|
||||||
|
|
||||||
background-color: var(--bg); color: var(--fg);
|
background-color: var(--bg); color: var(--fg);
|
||||||
|
backdrop-filter: blur(8px);
|
||||||
|
|
||||||
border: 0.2rem solid var(--green);
|
border: 0.2rem solid var(--green);
|
||||||
outline: 0.5rem solid var(--bg);
|
outline: 0.5rem solid var(--bg);
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
@import "footer.css";
|
@import "footer.css";
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--bg: #151515df;
|
--bg: #15151588;
|
||||||
--bg-1: #242621;
|
--bg-1: #242621;
|
||||||
--bg-2: #1D1E1C;
|
--bg-2: #1D1E1C;
|
||||||
|
|
||||||
|
@ -96,6 +96,7 @@ body {
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|
||||||
background-color: var(--bg);
|
background-color: var(--bg);
|
||||||
|
backdrop-filter: blur(8px);
|
||||||
|
|
||||||
outline: 0.5rem solid var(--bg);
|
outline: 0.5rem solid var(--bg);
|
||||||
|
|
||||||
|
@ -328,7 +329,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.alert {
|
.alert {
|
||||||
padding: 1rem;
|
padding: 0.69rem;
|
||||||
|
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|
||||||
|
@ -424,11 +425,12 @@ a.btn {
|
||||||
|
|
||||||
position: fixed; z-index: 99998;
|
position: fixed; z-index: 99998;
|
||||||
|
|
||||||
opacity: 0.8;
|
opacity: 1;
|
||||||
|
|
||||||
display: none;
|
display: none;
|
||||||
|
|
||||||
background: var(--bg);
|
background: #15151588;
|
||||||
|
backdrop-filter: blur(5px);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -10,6 +10,7 @@ nav {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|
||||||
background-color: var(--bg); color: var(--fg);
|
background-color: var(--bg); color: var(--fg);
|
||||||
|
backdrop-filter: blur(8px);
|
||||||
|
|
||||||
border: 0.2rem solid var(--green);
|
border: 0.2rem solid var(--green);
|
||||||
outline: 0.5rem solid var(--bg);
|
outline: 0.5rem solid var(--bg);
|
||||||
|
|
|
@ -75,7 +75,7 @@
|
||||||
echo notify($error, "low");
|
echo notify($error, "low");
|
||||||
}
|
}
|
||||||
if (isset($success)) {
|
if (isset($success)) {
|
||||||
echo notify($success, "hight");
|
echo notify($success, "high");
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<script src='scripts/alert.js'></script>
|
<script src='scripts/alert.js'></script>
|
||||||
|
|
Loading…
Reference in a new issue