34 lines
506 B
CSS
34 lines
506 B
CSS
window {
|
|
background-color: #24273a;
|
|
color: #cad3f5
|
|
}
|
|
|
|
/* search entry */
|
|
entry {
|
|
background-color: #363a4f
|
|
}
|
|
|
|
button, image {
|
|
background: none;
|
|
border: none
|
|
}
|
|
|
|
button:hover {
|
|
background-color: #5b6078
|
|
}
|
|
|
|
/* 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
|
|
}
|
|
|
|
#files-box {
|
|
padding: 5px;
|
|
border: 1px dotted gray;
|
|
border-radius: 15px
|
|
}
|