1
0
Fork 0

2023-10-31

This commit is contained in:
Gennadiy 2023-12-17 09:38:20 +03:00
parent 90d4854732
commit 4143a424ef

View file

@ -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 {