Remove default link css
This commit is contained in:
parent
b0b3921b1c
commit
d3cff1ecdc
1 changed files with 0 additions and 8 deletions
|
@ -14,8 +14,6 @@
|
|||
--bg-02: #dedede;
|
||||
--bg-03: #bebebe;
|
||||
|
||||
--link: #0000ccde;
|
||||
|
||||
--colw: 18rem;
|
||||
--colgap: 2rem;
|
||||
--gap: 1rem;
|
||||
|
@ -99,12 +97,6 @@ p, ul, ol, dl {line-height: var(--lh)}
|
|||
em {font-variation-settings: 'slnt' -5}
|
||||
strong {font-weight: 550}
|
||||
|
||||
a {
|
||||
color: var(--link);
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {text-decoration: underline;}
|
||||
|
||||
ul {list-style-type: "–"}
|
||||
ol {list-style-type: decimal-leading-zero}
|
||||
li {padding-left: calc(var(--gap) / 2)}
|
||||
|
|
Loading…
Reference in a new issue