fix
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
|
||||
@import url('https://fonts.googleapis.com/css2?family=Aldrich&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:[email protected]&display=swap');
|
||||
|
||||
@font-face {
|
||||
font-family: 'Forced Square';
|
||||
src: url('./fonts/FORCEDSQUARE.ttf') format('truetype');
|
||||
@@ -399,7 +396,7 @@ a:hover {
|
||||
}
|
||||
|
||||
#navhover img:hover {
|
||||
content: url('imgs/navcircleblue.png');
|
||||
content: url('images/navcircleblue.png');
|
||||
vertical-align: middle;
|
||||
align-items: start;
|
||||
height: 13px;
|
||||
@@ -410,7 +407,7 @@ a:hover {
|
||||
}
|
||||
|
||||
#navhover:hover {
|
||||
background-image: url('imgs/navcircleblue.png');
|
||||
background-image: url('images/navcircleblue.png');
|
||||
background-size: 13px;
|
||||
image-rendering: crisp-edges;
|
||||
}
|
||||
@@ -1053,7 +1050,7 @@ a:hover {
|
||||
}
|
||||
|
||||
#small-content-todo li {
|
||||
list-style-image: url('imgs/navcircle.png');
|
||||
list-style-image: url('images/navcircle.png');
|
||||
list-style-position: outside;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user