mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
tags: fix styling #175
This commit is contained in:
parent
81d0b97965
commit
9f174a71bb
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue