Skip to content

Commit 15a6d42

Browse files
committed
more styling
1 parent a191f12 commit 15a6d42

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

public/images/apple-touch-icon.png

8.45 KB
Loading

public/images/favicon-16x16.png

91 Bytes
Loading

public/images/favicon-32x32.png

702 Bytes
Loading

public/images/favicon.ico

0 Bytes
Binary file not shown.

styles/courses.css

+5-5
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ ol.sections-name .lesson-preface {
393393
position: relative;
394394
align-items: center;
395395
justify-content: center;
396-
background: var(--secondary);
396+
background: var(--primary);
397397
font-size: 100px;
398398
padding: 25px;
399399
width: 40%;
@@ -467,8 +467,8 @@ ol.sections-name .lesson-details {
467467
}
468468

469469
ol.sections-name .lesson-preface {
470-
font-size:60px
471-
}
470+
font-size: 60px;
471+
}
472472
}
473473

474474
.lesson-details h3 {
@@ -517,7 +517,7 @@ ol.sections-name .lesson-details {
517517

518518
code,
519519
pre code {
520-
padding: .5rem;
520+
padding: 0.5rem;
521521
}
522522

523523
code,
@@ -530,4 +530,4 @@ pre code.hljs {
530530
pre code,
531531
pre code.hljs {
532532
display: block;
533-
}
533+
}

styles/variables.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:root {
2-
--primary: #364156;
3-
--secondary: #011638;
2+
--secondary: #364156;
3+
--primary: #011638;
44
--highlight: #ff7816;
55

66
--text-header: var(--primary);

0 commit comments

Comments
 (0)