mirror of
https://github.com/Pagwin-Fedora/website.git
synced 2025-07-18 07:25:43 +00:00
16 lines
187 B
CSS
16 lines
187 B
CSS
h1{
|
|
font-weight: bold;
|
|
}
|
|
:not(h2) a{
|
|
color:#00a;
|
|
}
|
|
:not(h2) a:hover{
|
|
color:#00a;
|
|
background:#bbb;
|
|
}
|
|
:not(h2) a:visited{
|
|
color:#500;
|
|
}
|
|
a {
|
|
display: inline-block;
|
|
}
|