This commit is contained in:
Kim Ravn Hansen
2025-09-12 14:08:20 +02:00
parent fdbe092b17
commit 017dd81be3
3 changed files with 106 additions and 67 deletions

View File

@@ -17,15 +17,6 @@
html{
font-family: 'Spectral', serif;
-webkit-text-size-adjust:100%
}
a{
background:none
}
a:focus{
outline:thin dotted
}
a:active,a:hover{
outline:0
}
h1{
font-size:2em;
@@ -159,9 +150,6 @@ html{
word-wrap:anywhere;
-moz-osx-font-smoothing:grayscale;
-webkit-font-smoothing:antialiased
}
a:hover{
cursor:pointer
}
img,object,embed{
max-width:100%;
@@ -219,15 +207,20 @@ html{
a{
/* color:#2156a5; */
color:var(--text-color);
/* text-decoration:underline; */
font-style:italic
line-height:inherit
text-decoration:none;
font-style:italic;
line-height:inherit;
background: none;
}
a:hover,a:focus{
color:#1d4b8f
color:#1d4b8f;
outline:0;
cursor:pointer;
}
a:focus{
}
a img{
border:0
border:0;
}
p{
line-height:1.6;
@@ -752,10 +745,10 @@ html{
}
#content h1:hover>a.anchor,#content h1>a.anchor:hover,h2:hover>a.anchor,h2>a.anchor:hover,h3:hover>a.anchor,#toctitle:hover>a.anchor,.sidebarblock>.content>.title:hover>a.anchor,h3>a.anchor:hover,#toctitle>a.anchor:hover,.sidebarblock>.content>.title>a.anchor:hover,h4:hover>a.anchor,h4>a.anchor:hover,h5:hover>a.anchor,h5>a.anchor:hover,h6:hover>a.anchor,h6>a.anchor:hover{
visibility:visible
text-decoration:none;
}
#content h1>a.link,h2>a.link,h3>a.link,#toctitle>a.link,.sidebarblock>.content>.title>a.link,h4>a.link,h5>a.link,h6>a.link{
color:#ba3925;
text-decoration:none
}
#content h1>a.link:hover,h2>a.link:hover,h3>a.link:hover,#toctitle>a.link:hover,.sidebarblock>.content>.title>a.link:hover,h4>a.link:hover,h5>a.link:hover,h6>a.link:hover{
color:#a53221