font change again
This commit is contained in:
parent
8f1bf7bb55
commit
d95288913d
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
html {
|
html {
|
||||||
background: repeating-linear-gradient(45deg,#404d9c,#404d9c 10px,#263278 10px,#363278 20px);
|
background: repeating-linear-gradient(45deg,#404d9c,#404d9c 10px,#263278 10px,#363278 20px);
|
||||||
color: #DDDDDD;
|
color: #DDDDDD;
|
||||||
font-family: Medieval Sharp, cursive;
|
font-family: Medieval Sharp, arial;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
font-family: Medieval Sharp, cursive;
|
font-family: Medieval Sharp, arial;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
background-color: #222288FF;
|
background-color: #222288FF;
|
||||||
|
|
Loading…
Reference in a new issue