chore: add update
This commit is contained in:
parent
61a318b06e
commit
f25e948f4f
11 changed files with 297 additions and 297 deletions
|
|
@ -155,14 +155,14 @@
|
|||
|
||||
/* Defaults */
|
||||
body {
|
||||
background: url("http://www.veltron.net/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("http://www.veltron.net/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("http://www.veltron.net/images/cursor.cur"), auto;
|
||||
cursor: url("/images/cursor.cur"), auto;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue