Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
emadadel4 committed Oct 5, 2024
1 parent 5285d7b commit 16e1509
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 34 deletions.
27 changes: 10 additions & 17 deletions public/assets/css/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,18 @@
}

:root{
--bg: white;
--FGColor: whitesmoke;
--text: black;
--textSoft: lightblue;
--button: blue;
--link: blue;
--hover:#7882ee;
--footer:black;
--glow: rgb(212, 212, 212);
--bg: #24292e;
--FGColor: #2f363d;
--text: white;
--textSoft: white;
--button:gold;
--link:#098fd4;
--hover:gold;
--footer:white;
--glow: #24292e;
}

body.light {

--bg: #24292e;
--FGColor: #2f363d;
--text: white;
Expand All @@ -27,13 +26,6 @@ body.light {
--hover:gold;
--footer:white;
--glow: #24292e;

display: flex;
justify-content: center;
align-items: center;
height: 100vh;


}

body {
Expand Down Expand Up @@ -157,6 +149,7 @@ select:hover {
.listItem{
margin-bottom: 25px;
width: 90%;
padding: 8px;
}

.pagination{
Expand Down
27 changes: 10 additions & 17 deletions static/assets/css/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,18 @@
}

:root{
--bg: white;
--FGColor: whitesmoke;
--text: black;
--textSoft: lightblue;
--button: blue;
--link: blue;
--hover:#7882ee;
--footer:black;
--glow: rgb(212, 212, 212);
--bg: #24292e;
--FGColor: #2f363d;
--text: white;
--textSoft: white;
--button:gold;
--link:#098fd4;
--hover:gold;
--footer:white;
--glow: #24292e;
}

body.light {

--bg: #24292e;
--FGColor: #2f363d;
--text: white;
Expand All @@ -27,13 +26,6 @@ body.light {
--hover:gold;
--footer:white;
--glow: #24292e;

display: flex;
justify-content: center;
align-items: center;
height: 100vh;


}

body {
Expand Down Expand Up @@ -157,6 +149,7 @@ select:hover {
.listItem{
margin-bottom: 25px;
width: 90%;
padding: 8px;
}

.pagination{
Expand Down

0 comments on commit 16e1509

Please sign in to comment.