Skip to content

Commit 894565d

Browse files
committed
visual restructure
1 parent 6eb6025 commit 894565d

2 files changed

Lines changed: 17 additions & 19 deletions

File tree

assets/css/custom.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,23 @@
9696
color: #ffcc00 !important; /* yellow accent */
9797
}
9898

99+
/* light mode desktop menu dropdown: black text on white background */
100+
html:not(.dark):not([data-theme="dark"]):not([data-scheme="dark"]) #header-desktop .menu-item.has-children > .menu-link,
101+
html:not(.dark):not([data-theme="dark"]):not([data-scheme="dark"]) #header-desktop .sub-menu,
102+
html:not(.dark):not([data-theme="dark"]):not([data-scheme="dark"]) #header-desktop .sub-menu .menu-link {
103+
background: #ffffff !important;
104+
color: #111111 !important;
105+
}
106+
107+
html:not(.dark):not([data-theme="dark"]):not([data-scheme="dark"]) #header-desktop .menu-item.has-children > .dropdown-icon {
108+
color: #111111 !important;
109+
}
110+
111+
html:not(.dark):not([data-theme="dark"]):not([data-scheme="dark"]) #header-desktop .sub-menu .menu-link:hover {
112+
background: #f1f1f1 !important;
113+
color: #000000 !important;
114+
}
115+
99116
/* body text serif */
100117
body {
101118
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;

content/projects.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)