capsul-flask/capsulflask/static/style.yolocolo.css

36 lines
532 B
CSS
Raw Permalink Normal View History

html {
2021-07-21 20:48:54 +00:00
color: #241e1e !important;
background-color: #bdc7b8 !important;
}
a {
2021-07-21 20:48:54 +00:00
color:#00517a !important;
text-shadow: 1px 1px 0px #eee !important;
}
a:hover, a:active, a:visited {
2021-07-21 20:48:54 +00:00
color: #323417 !important;
}
.nav-links a {
2021-07-21 20:48:54 +00:00
text-shadow: 2px 2px 0px #eee !important;
}
h1, h2, h3, h4, h5 {
text-shadow: 2px 2px 0px #eee;
}
main {
2021-07-21 20:48:54 +00:00
border: 1px dashed #241e1e !important;
}
input, select, textarea {
2021-07-21 20:48:54 +00:00
color: #241e1e !important;
}
th {
2021-07-21 20:48:54 +00:00
border-right: 1px solid #eee !important;
text-align: left !important;
}