Skip to content

Commit 4520ddd

Browse files
Adding clear background to page.
1 parent c85a2c9 commit 4520ddd

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

2018/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

2018/src/html/room.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var page = {
1414
<title>Room</title>
1515
<link rel="stylesheet" href="main.css">
1616
</head>
17-
<body>
17+
<body class="room-page">
1818
<div id="room-time-container">
1919
<div id="room-time" class="room-time"></div>
2020
</div>

2018/src/scss/main.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2739,6 +2739,10 @@ a.confcal-button-inactive {
27392739
}
27402740
}
27412741

2742+
.room-page {
2743+
background: #eada96;
2744+
}
2745+
27422746
.room-list {
27432747
display: flex;
27442748
flex-direction: column;

0 commit comments

Comments
 (0)