Skip to content

Commit 6dd6d30

Browse files
author
iChochy
committed
Modify style
1 parent 40addf4 commit 6dd6d30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

static/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ hr {
3030
.header h1 {
3131
font-size: 3em;
3232
font-weight: 700;
33-
margin-bottom: 5px;
3433
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
3534
animation: fadeInDown 1s ease-out;
3635
}
3736

3837
.header p {
3938
font-size: 0.8em;
4039
opacity: 0.9;
40+
margin-bottom: 5px;
4141
animation: fadeInUp 1s ease-out 0.3s both;
4242
}
4343

static/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
border-radius: 25px;
8989
font-size: 10px;
9090
margin-bottom: 10px;
91-
color: #2458CA;
91+
color: #F4D653;
9292
}
9393

9494
.book-card:hover .lesson-count {

0 commit comments

Comments
 (0)