We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cdbbd2 commit d9715f3Copy full SHA for d9715f3
src/css/Timetable.css
@@ -9,6 +9,20 @@
9
justify-content: center;
10
align-items: center;
11
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
23
+ margin: 20px auto 0;
24
+ border: none;
25
26
}
27
.timetable .container .subject-details {
28
margin: 0 8px;
@@ -64,7 +78,7 @@
64
78
65
79
.timetable .slot {
66
80
position: absolute;
67
- color: var(--nav);
81
+ color: #1aa7bd;
68
82
right: 30px;
69
83
top: 20px;
70
84
font-size: 40px;
0 commit comments