remove hugo code in .css files.

This commit is contained in:
Junyi Hou 2024-03-13 16:38:42 +08:00
parent a29bf0d7b0
commit 8aba514632
4 changed files with 74 additions and 65 deletions

View file

@ -1,14 +1,12 @@
:root {
/* light.css */
html[data-theme='light'] {
--font-color: #1e1e1e;
--bg-color: #ffffff;
--card-color: #fafafa;
--card-border-color: #eeeeee;
--link-color:#1d60a3;
--link-state-color:rgb(163, 29, 29);
--link-color: #1d60a3;
--link-state-color: rgb(163, 29, 29);
--link-state-border-color: rgba(163, 29, 29, .5);
--thead-bg-color: lightgrey;
@ -35,4 +33,4 @@
--svg-color: #333;
--svg-state-color: #a31d1d;
}
}