forked from 3wordchant/capsul-flask
31 lines
364 B
CSS
31 lines
364 B
CSS
|
html {
|
||
|
color: #241e1e;
|
||
|
background-color: #bdc7b8;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
color:#00517a;
|
||
|
text-shadow: 1px 1px 0px #eee;
|
||
|
}
|
||
|
|
||
|
a:hover, a:active, a:visited {
|
||
|
color: #323417;
|
||
|
}
|
||
|
|
||
|
.nav-links a {
|
||
|
text-shadow: 2px 2px 0px #eee;
|
||
|
}
|
||
|
|
||
|
main {
|
||
|
border: 1px dashed #241e1e;
|
||
|
|
||
|
|
||
|
input, select, textarea {
|
||
|
color: #241e1e;
|
||
|
}
|
||
|
|
||
|
th {
|
||
|
border-right: 1px solid #eee;
|
||
|
text-align: left;
|
||
|
}
|