beautify revision ;)

This commit is contained in:
derchris 2021-04-03 23:10:32 +02:00
parent 20faefb08d
commit 99dcee2b9a
3 changed files with 34 additions and 1 deletions

View file

@ -123,7 +123,7 @@ $CONFIG['OVERVIEW'] = array(
*/
$CONFIG['ROOMS'] = array(
'revision' => array(
'DISPLAY' => 'revision',
'DISPLAY' => 'Revision',
'STREAM' => 'revision',
'PREVIEW' => true,

View file

@ -0,0 +1,33 @@
@import "../../../assets/css/_structure.less";
.navbar-default {
background-color: #acb2bb;
border-color: #e7e7e7
}
body {
color: #0a0a0a;
background: #fefefe;
font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
font-weight: 400;
background: transparent;
background: url(revision-2021-bg.jpg) no-repeat center center fixed;
background-size: cover;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: white;
}
.panel {
background-color: #183867;
}
.tab-content > .tab-pane {
background-color: #183867;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB