testing #42

Merged
fred.boniface merged 13 commits from testing into master 2022-11-23 22:12:52 +00:00
1 changed files with 6 additions and 4 deletions
Showing only changes of commit b5a652344c - Show all commits

View File

@ -1,8 +1,8 @@
/* COLOR VARS */
:root {
--main-bg-color: #aac4ee;
--accent-color: none;
--overlay-color: #027fe59d;
--accent-color: #7fa7e6;
--overlay-color: #7fa6e6de;
--main-text-color: #016ec7;
--link-color: azure;
--link-visited-color: azure;
@ -149,16 +149,18 @@ body {
top: 40px;
right: 0;
margin: auto;
height: 100%;
display: block;
max-width: 250px;
width: 0;
border-top-left-radius: 45px;
border-bottom-left-radius: 45px;
background-color: var(--overlay-color);
transition: 0.4s;
}
#sidebar a {
padding: 8px 8px 8px 8px;
margin-top: 10px;
margin-bottom: 10px;
font-family: indie-flower, sans-serif;
font-weight: 300;
text-decoration: none;
@ -174,7 +176,7 @@ body {
/* Footer Styles */
footer {
background-color: #7fa7e6;
background-color: var(--accent-color);
color: white;
width: 100%;
position: fixed;