More work on polls and themes

This commit is contained in:
Daisuke
2020-04-21 17:42:31 -05:00
parent d34a7c7ced
commit f59049c3c2
18 changed files with 281 additions and 103 deletions

View File

@ -113,7 +113,7 @@ input[type="checkbox"]:checked+label {
background-color:white;
}
#send, #quicksend {
input[type="submit"] {
background-color:#182230;
border: 1px solid #464e59;
color:white;
@ -212,6 +212,20 @@ input[type="checkbox"]:checked+label {
color: #121a24;
}
.polloption{
display:block;
margin:5px;
padding:5px;
background-color: #d8a070;
color:black;
}
.polloption:hover{
cursor: pointer;
background-color:white;
color:black;
}
.post {
border-top: 2px solid #1c2737;
}