mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
events/fossgis2022 make links in schedule readable
This commit is contained in:
parent
a9cf914b3b
commit
07d16fc95f
1 changed files with 12 additions and 2 deletions
|
@ -35,6 +35,7 @@
|
|||
@text-color: @body-text;
|
||||
|
||||
@link-color: @body-text;
|
||||
//@link-color: black;
|
||||
@link-hover-color: @lighter-grey;
|
||||
|
||||
// @navbar-height: 70px;
|
||||
|
@ -48,9 +49,9 @@
|
|||
body {
|
||||
background-image: url("/configs/conferences/fossgis2022/assets/bg.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: bottom;
|
||||
background-position: left;
|
||||
background-attachment: fixed;
|
||||
background-size: 100%;
|
||||
background-size: contain;
|
||||
padding: @navbar-height 0;
|
||||
color: @body-text;
|
||||
font-family: "Noto Sans",Arial,sans-serif;
|
||||
|
@ -185,6 +186,15 @@ body.multiview .cell {
|
|||
color: black !important;
|
||||
}
|
||||
|
||||
.schedule {
|
||||
a {
|
||||
color: @darker-grey;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: @light-grey;
|
||||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
color: lightgrey;
|
||||
|
|
Loading…
Reference in a new issue