tags: fix styling #175

This commit is contained in:
Sören Weber 2022-02-18 02:59:25 +01:00
parent 81d0b97965
commit 9f174a71bb
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589
2 changed files with 2 additions and 1 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 */