„threadr/style.css“ ändern

master
Jakob 2020-02-24 21:26:22 +01:00
parent e86161b62d
commit 072f2de475
1 changed files with 12 additions and 1 deletions

View File

@ -52,8 +52,19 @@
}
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;
color: #001858;