upgraded bootstrap, fixed style, added share blacklisting

This commit is contained in:
ston1th 2018-09-14 20:49:50 +02:00
commit 3fb1cfc17d
37 changed files with 811 additions and 892 deletions

View file

@ -30,6 +30,12 @@ a.para {
text-decoration: none;
font-size: 18px;
}
a.anchor {
display: block;
position: relative;
top: -70px;
visibility: hidden;
}
.alert-primary {
background-color: #375a7f;
border-color: #375a7f;
@ -84,7 +90,7 @@ code {
background-color: #444444;
border-radius: 2px;
}
textarea,input {
textarea,input,select {
color: #e2e2e2 !important;
background-color: #444444 !important;
}