2023-10-31
This commit is contained in:
parent
90d4854732
commit
4143a424ef
1 changed files with 5 additions and 0 deletions
|
@ -36,6 +36,10 @@ a {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
p a {
|
||||
text-decoration: underline #2222;
|
||||
}
|
||||
|
||||
p a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
@ -46,6 +50,7 @@ h2 a, h3 a {
|
|||
|
||||
h2:hover a, h3:hover a {
|
||||
display: unset;
|
||||
color: #2222;
|
||||
}
|
||||
|
||||
ul {
|
||||
|
|
Loading…
Add table
Reference in a new issue