mirror of
https://github.com/oupala/apaxy.git
synced 2025-08-11 16:54:10 +02:00
fix: update styles
Fixed header icon position. Mouse hover effect. Link colors changed.
This commit is contained in:
@@ -42,7 +42,7 @@ code {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #000;
|
color: #333;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
@@ -61,11 +61,13 @@ a > img:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #bababa;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #696969;
|
color: #696969;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -145,6 +147,16 @@ tr {
|
|||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tr.indexhead{
|
||||||
|
border-bottom: 2px solid #999;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr:not(.indexhead):hover{
|
||||||
|
box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.25) inset;
|
||||||
|
-webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.25) inset;
|
||||||
|
-moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.25) inset;
|
||||||
|
}
|
||||||
|
|
||||||
th {
|
th {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-size: .75em;
|
font-size: .75em;
|
||||||
@@ -166,6 +178,11 @@ th + th + th + th {
|
|||||||
width: 5%;
|
width: 5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tr th:first-of-type {
|
||||||
|
padding-left: 10px;
|
||||||
|
padding-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
tr td:first-of-type {
|
tr td:first-of-type {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
|
Reference in New Issue
Block a user