2023-10-31
This commit is contained in:
parent
c528dc813b
commit
0ad12842fa
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,10 @@ a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p a {
|
||||||
|
text-decoration: underline #2222;
|
||||||
|
}
|
||||||
|
|
||||||
p a:hover {
|
p a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
@ -28,6 +32,7 @@ h2 a, h3 a {
|
||||||
|
|
||||||
h2:hover a, h3:hover a {
|
h2:hover a, h3:hover a {
|
||||||
display: unset;
|
display: unset;
|
||||||
|
color: #2222;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toolbar b {
|
.toolbar b {
|
||||||
|
|
Loading…
Add table
Reference in a new issue