mirror of
https://github.com/Pagwin-Fedora/website.git
synced 2025-07-18 14:55:42 +00:00
13 lines
133 B
CSS
13 lines
133 B
CSS
h1{
|
|
font-weight: bold;
|
|
}
|
|
p a{
|
|
color:#00a;
|
|
}
|
|
p a:hover{
|
|
color:#00a;
|
|
background:#bbb;
|
|
}
|
|
p a:visited{
|
|
color:#500;
|
|
}
|