This commit is contained in:
McShelby 2022-02-18 01:59:54 +00:00
parent 54846ff45e
commit 734870cdf7
156 changed files with 3522 additions and 3521 deletions

View file

@ -13,6 +13,7 @@
color: #ffffff; /* var(--MAIN-BG-color) */
display: inline-block;
font-size: 0.8em;
font-weight: 400;
line-height: 2em;
margin: 0 16px 8px 0;
padding: 0 10px 0 12px;

View file

@ -28,7 +28,7 @@
--CODE-INLINE-BG-color: #282a36; /* color for inline code background */
--CODE-INLINE-BORDER-color: #464646; /* color of inline code border */
--TAG-BG-color: #cccc00; /* Background color of menu header */
--TAG-BG-color: #04d1b5; /* Background color of menu header */
--MENU-HOME-LINK-color: #323232; /* Color of the home button text */
--MENU-HOME-LINK-HOVER-color: #5e5e5e; /* Color of the hovered home button text */