default css modified

This commit is contained in:
piotr 2021-06-29 17:32:44 +02:00
parent f54be1c13a
commit b4f0f70f56

View File

@ -3,11 +3,12 @@ window {
color: #eeeeee
}
/* search entry */
entry {
background-color: rgba (0, 0, 0, 0.2)
}
button {
button, image {
background: none;
border: none
}
@ -16,6 +17,11 @@ button:hover {
background-color: rgba (255, 255, 255, 0.1)
}
/* in case you wanted to give category buttons a different look */
#category-button {
margin: 0 10px 0 10px
}
#pinned-box {
padding-bottom: 5px;
border-bottom: 1px dotted gray