mirror of
https://github.com/Pagwin-Fedora/website.git
synced 2025-07-18 10:55:41 +00:00
updated css to a working version
This commit is contained in:
parent
a1f30e5a77
commit
219d89582f
1 changed files with 3 additions and 6 deletions
|
@ -1,16 +1,13 @@
|
||||||
h1{
|
h1{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
:not(h2) a{
|
p a, li a{
|
||||||
color:#00a;
|
color:#00a;
|
||||||
}
|
}
|
||||||
:not(h2) a:hover{
|
p a:hover, li a:hover{
|
||||||
color:#00a;
|
color:#00a;
|
||||||
background:#bbb;
|
background:#bbb;
|
||||||
}
|
}
|
||||||
:not(h2) a:visited{
|
p a:visited, li a:visited{
|
||||||
color:#500;
|
color:#500;
|
||||||
}
|
}
|
||||||
a {
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue