„threadr/style.css“ ändern
parent
e86161b62d
commit
072f2de475
|
@ -52,7 +52,18 @@
|
|||
}
|
||||
button {
|
||||
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 {
|
||||
font-family: monospace;
|
||||
|
|
Loading…
Reference in New Issue