Address comments
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
:root {
|
:root {
|
||||||
/* dark theme colors */
|
|
||||||
--dark-bg-color: #121212;
|
--dark-bg-color: #121212;
|
||||||
--dark-text-color: white;
|
--dark-text-color: white;
|
||||||
--dark-header-bg-color: #121212;
|
--dark-header-bg-color: #121212;
|
||||||
@@ -23,12 +22,8 @@ html {
|
|||||||
color: var(--dark-header-divider-color);
|
color: var(--dark-header-divider-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.feather-moon {
|
|
||||||
fill: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:hover .feather-moon {
|
a:hover .feather-moon {
|
||||||
fill: none;
|
fill: white;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ img {
|
|||||||
.header {
|
.header {
|
||||||
background-color: var(--light-bg-color);
|
background-color: var(--light-bg-color);
|
||||||
color: inherit;
|
color: inherit;
|
||||||
font-size: 1.15rem;
|
font-size: 1.2rem;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
left: 0;
|
left: 0;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
@@ -111,12 +111,8 @@ img {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.feather-sun {
|
|
||||||
fill: black
|
|
||||||
}
|
|
||||||
|
|
||||||
a:hover .feather-sun {
|
a:hover .feather-sun {
|
||||||
fill: none;
|
fill: black;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user