„threadr/style.css“ ändern
parent
e86161b62d
commit
072f2de475
|
@ -52,8 +52,19 @@
|
||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
color: #001858;
|
width: 100%;
|
||||||
|
background-color: #001858;
|
||||||
|
color: white;
|
||||||
|
padding: 14px 20px;
|
||||||
|
margin: 8px 0;
|
||||||
|
border: none;
|
||||||
|
border-radius: 4px;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button:hover {
|
||||||
|
background-color: #8bd3dd;
|
||||||
|
}
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
color: #001858;
|
color: #001858;
|
||||||
|
|
Loading…
Reference in New Issue