mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-21 19:41:33 +00:00
* 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
21 lines
307 B
CSS
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);
|
|
}
|
|
} |