You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assets/style.css
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,17 @@
6
6
.btn {
7
7
background-color:#38b722;
8
8
border: none;
9
-
color: white;
10
9
padding:8px20px;
11
10
cursor: pointer;
12
11
font-size:14px;
13
12
}
14
13
15
-
/* Darker background on mouse-over */
14
+
/* background on mouse-over currently not working */
16
15
.btn:hover {
17
16
background-color:#feb818;
18
17
}
19
18
19
+
20
20
p.caption {
21
21
color:var(--caption-color);
22
22
margin-top:10px;
@@ -81,9 +81,7 @@ h1 {
81
81
}
82
82
83
83
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 */
87
85
display: inline-block; /* Allows setting dimensions and margins */
88
86
vertical-align: middle; /* Aligns image with the text baseline */
89
87
margin-left:10px; /* Adds spacing between the image and h1 text */
0 commit comments