Files
expressjs.com/css/themes/dark-theme.css
shubham oulkar 1917b49b99 chore: refactor footer and header icons (#1962)
* refactor footer

* fix icons layout

* remove font awesome icons

* refactor header icons

* redeploy netlify preview

* use absolute path for a svg icons

* replace img elements with CSS background-image and mask-image for theme icons

* fix bugs and remove unused css classes

* apply thin scroller for tables (chrome)

* inherit colors for footer social icons

* simplify openjs icon

* use openjs white logo

* simplify theme icons

* fix theme icons

* fix background color

* fix bugs and refactor theme.js

* remove color flicker

* fix bugs and refactor theme.js

* refactor

* remove comments from svg

* legacy fix: alignment of icons
2025-07-22 08:47:38 -05:00

21 lines
307 B
CSS

html.dark-mode {
#icon-sun {
display: inline;
}
.submenu-content {
box-shadow: 1px 2px var(--hover-bg);
background-color: var(--card-bg);
}
#navmenu>li:hover {
ul {
background-color: var(--card-bg);
}
}
.blog-excerpt {
color: var(--notice-accent);
}
}