1
0
Fork 0
mirror of https://github.com/Oreolek/shooter.git synced 2024-04-28 23:19:19 +03:00
shooter/less/main.less

36 lines
609 B
Plaintext
Raw Normal View History

2015-12-01 08:42:52 +02:00
@text-colour: rgba(0,0,0,0.9);
@anchor-colour: #D29506;
@option-colour: #125D79;
@background: lightgrey;
@text_background: #e6e6c6;
@color: black;
@links: #B68000;
@font-title: 'PT Sans Caption', "PT Sans", sans-serif;
@font-body: 'PT Sans', 'Open Sans', sans-serif;
@import "animations.less";
@import "layout.less";
.way {
color: darkred;
}
2015-12-03 10:44:30 +02:00
.cycle {
color: darkgreen;
border-bottom: darkgreen dashed 1px;
}
2015-12-01 08:42:52 +02:00
ul.options {
border: 1px solid #876;
li {
border-bottom: 1px solid #876;
}
li:hover {
background-color: rgba(153,136,119,0.2);
}
}
2015-12-09 18:04:40 +02:00
#legal {
.muted {
color: grey;
}
}