capsul-flask/capsulflask/static/style.css

38 lines
462 B
CSS
Raw Normal View History

2020-05-11 01:23:00 +00:00
body {
color: #c5c8c6;
font: calc(0.40rem + 1vmin) monospace;
text-align: center;
overflow-y: scroll;
background-color: #241e1e;
}
a {
color:#6CF;
}
a:hover, a:active, a:visited {
color: #b5bd68;
}
header {
display: flex;
}
span.home {
align-self: flex-start;
}
span.account {
align-self: flex-start;
}
2020-05-10 03:59:22 +00:00
.float-right {
display: inline-block;
float: right;
2020-05-10 04:45:20 +00:00
}
.flash {
background: red;
font-weight: bold;
text-align: center;
2020-05-11 01:23:00 +00:00
}