chore: add update
This commit is contained in:
parent
c0b3d3f9e2
commit
76af4f0bc4
10 changed files with 166 additions and 166 deletions
|
|
@ -155,14 +155,14 @@
|
|||
|
||||
/* Defaults */
|
||||
body {
|
||||
background: url("/images/wallpaper.png") no-repeat center center fixed;
|
||||
background: url("images/wallpaper.png") no-repeat center center fixed;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
background-size: cover;
|
||||
background-color: #698aff;
|
||||
font-family: "Roboto", arial, serif;
|
||||
cursor: url("/images/cursor.png"), auto;
|
||||
cursor: url("images/cursor.png"), auto;
|
||||
font-size: 14px;
|
||||
height: 100vh;
|
||||
}
|
||||
|
|
@ -631,5 +631,5 @@ p {
|
|||
}
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
cursor: url("/images/cursor.cur"), auto;
|
||||
cursor: url("images/cursor.cur"), auto;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue