mirror of
https://github.com/Pagwin-Fedora/website.git
synced 2025-07-18 08:05:42 +00:00
used not instead of p in css
This commit is contained in:
parent
a466012009
commit
a55309e9f0
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
|||
h1{
|
||||
font-weight: bold;
|
||||
}
|
||||
p a{
|
||||
:not(h2) a{
|
||||
color:#00a;
|
||||
}
|
||||
p a:hover{
|
||||
:not(h2) a:hover{
|
||||
color:#00a;
|
||||
background:#bbb;
|
||||
}
|
||||
p a:visited{
|
||||
:not(h2) a:visited{
|
||||
color:#500;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue