Skip to content

Commit 46a05ff

Browse files
Merge pull request #12 from fhdsl/style
Style tiny things
2 parents bb40e2f + 1abebaf commit 46a05ff

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

assets/leaf_transparent.png

25.9 KB
Loading

assets/style.css

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
.btn {
77
background-color: #38b722;
88
border: none;
9-
color: white;
109
padding: 8px 20px;
1110
cursor: pointer;
1211
font-size: 14px;
1312
}
1413

15-
/* Darker background on mouse-over */
14+
/* background on mouse-over currently not working */
1615
.btn:hover {
1716
background-color: #feb818;
1817
}
1918

19+
2020
p.caption {
2121
color: var(--caption-color);
2222
margin-top: 10px;
@@ -81,9 +81,7 @@ h1 {
8181
}
8282

8383
h1::after{
84-
content: url('https://hutchdatascience.org/daseh_instructor_guide/assets/dasehs.png'); /* Replace with your image path */
85-
/*content: url("https://raw.githubusercontent.com/fhdsl/daseh_instructor_guide/1afbe6783430718ae6a63c607da6e457a73a90ff/assets/leaf.png)"; /* Replace with your image path */
86-
/*content: url('https://hutchdatascience.org/daseh_instructor_guide/assets/leaf.png'); /* Replace with your image path */
84+
content: url('https://hutchdatascience.org/daseh_instructor_guide/assets/leaf_transparent.png'); /* Replace with your image path */
8785
display: inline-block; /* Allows setting dimensions and margins */
8886
vertical-align: middle; /* Aligns image with the text baseline */
8987
margin-left: 10px; /* Adds spacing between the image and h1 text */

0 commit comments

Comments
 (0)