1
0
Fork 0

2023-10-31

This commit is contained in:
Gennadiy 2023-12-17 09:38:40 +03:00
parent c528dc813b
commit 0ad12842fa

View file

@ -18,6 +18,10 @@ a {
text-decoration: none;
}
p a {
text-decoration: underline #2222;
}
p a:hover {
text-decoration: underline;
}
@ -28,6 +32,7 @@ h2 a, h3 a {
h2:hover a, h3:hover a {
display: unset;
color: #2222;
}
.toolbar b {