css/a
This commit is contained in:
parent
d9eed95b95
commit
1f9ba31e13
1 changed files with 7 additions and 0 deletions
|
@ -15,6 +15,13 @@ body {
|
|||
max-inline-size: 99ch;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
background-color: #f88;
|
||||
}
|
||||
|
||||
article.org, header {
|
||||
border-radius: .25em;
|
||||
padding-block: .25em;
|
||||
|
|
Loading…
Add table
Reference in a new issue