Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d9715f3

Browse filesBrowse files
committed
✨ Theme Update
1 parent 4cdbbd2 commit d9715f3
Copy full SHA for d9715f3

File tree

1 file changed

+15
-1
lines changed
Filter options

1 file changed

+15
-1
lines changed

‎src/css/Timetable.css

Copy file name to clipboardExpand all lines: src/css/Timetable.css
+15-1Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@
99
justify-content: center;
1010
align-items: center;
1111
flex-wrap: wrap;
12+
display: flex;
13+
justify-content: center;
14+
align-items: center;
15+
flex-wrap: wrap;
16+
background: linear-gradient( 45deg, #b0b793, transparent);
17+
box-shadow: rgb(52 144 22) 1.95px 1.95px 2.6px;
18+
position: relative;
19+
margin-top: 20px;
20+
border-radius: 10px;
21+
padding: 5px 10px 15px 10px;
22+
box-shadow: rgb(52 144 22) 1.95px 1.95px 2.6px;
23+
margin: 20px auto 0;
24+
border: none;
25+
background: linear-gradient( 45deg, #b0b793, transparent);
1226
}
1327
.timetable .container .subject-details {
1428
margin: 0 8px;
@@ -64,7 +78,7 @@
6478
}
6579
.timetable .slot {
6680
position: absolute;
67-
color: var(--nav);
81+
color: #1aa7bd;
6882
right: 30px;
6983
top: 20px;
7084
font-size: 40px;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.