minor style tweak for /web-site

for #276
pull/297/head
Ryan Barrett 2022-11-19 23:10:37 -08:00
rodzic 8d210c78e1
commit df98dc3fcf
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6BE31FDF4776E9D4
1 zmienionych plików z 10 dodań i 3 usunięć

Wyświetl plik

@ -295,19 +295,22 @@ button[disabled]:hover {
white-space: normal;
}
.btn-default {
.btn-default, .btn-home {
background-color: #CEF;
border-color: #337AB7;
color: #337AB7;
margin-bottom: 1em;
}
.btn-default:hover {
.btn-default:hover, .btn-home:hover {
background-color: #BDE;
border-color: #337AB7;
color: #337AB7;
}
.btn-home {
margin-bottom: 1em;
}
.btn-default pre {
background-color: transparent;
border: none;
@ -390,6 +393,10 @@ input[type="text"], input[type="url"] {
font-size: 1em;
}
input[type="submit"] {
font-size: .75em;
}
#sent pre {
display: inline-block;
}