1
Fork 0

Remove default link css

This commit is contained in:
Edgar P. Burkhart 2023-03-06 12:47:57 +01:00
parent b0b3921b1c
commit d3cff1ecdc
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 0 additions and 8 deletions

View File

@ -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)}