This commit is contained in:
Bruno Rybársky 2024-03-26 21:10:30 +01:00
parent 704e96b650
commit d736605784

@ -6,7 +6,7 @@
--pico-primary: #2a9dd6;
--pico-primary-background: #1b1529;
--pico-primary-hover: #2489bb;
--pico-color: #d2d6e5;
--pico-secondary: #d2d6e5;
--pico-secondary-background: #1a1a1a;
--dimmer: rgba(0, 0, 0, 0.6);
}
@ -101,7 +101,7 @@ li a {
position: relative;
text-decoration: none;
transition: all .3s ease;
color: var(--pico-color);
color: var(--pico-secondary);
}
li a:hover::after {
@ -335,7 +335,7 @@ textarea{
width: 175px;
}
footer#footer_container > p > span#ye-span:hover + body{
span#ye-span:hover + body{
background: url('/assets/images/ye.jpg') repeat !important;
background-size: 20% !important;
}