font change
e
This commit is contained in:
parent
40e4d353b0
commit
8f1bf7bb55
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
@import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans&display=swap");
|
@import url('https://fonts.googleapis.com/css2?family=MedievalSharp&display=swap');
|
||||||
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: Balsamiq Sans, cursive;
|
font-family: Medieval Sharp, cursive;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
font-family: Balsamiq Sans, cursive;
|
font-family: Medieval Sharp, cursive;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
background-color: #222288FF;
|
background-color: #222288FF;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue