Skip to content

Commit

Permalink
Adding in missing styles for h3, h4, h5, table, and bullet from Hacke…
Browse files Browse the repository at this point in the history
…r Jekyll theme. Only change bullet style for the syllabus page. Closes #277.
  • Loading branch information
adamdoupe committed Jan 9, 2024
1 parent edb6570 commit f084147
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion dojo_theme/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body, table, .form-control:focus, .close {
color: #eaeaea !important;
}

.navbar-brand, .nav-link, h1, h2, .navbar-pulldown {
.navbar-brand, .nav-link, h1, h2, h3, h4, .navbar-pulldown {
color: #b5e853 !important;
}

Expand Down Expand Up @@ -271,3 +271,29 @@ h4 {
width: 128px;
border-radius: 50%;
}

#syllabus ul li {
list-style-image:url('../img/bullet.png');
}

table {
width: 100%;
margin: 0 0 20px 0;
}

th {
text-align: left;
border-bottom: 1px dashed #b5e853;
padding: 5px 10px;
}

td {
padding: 5px 10px;
}

hr {
height: 0;
border: 0;
border-bottom: 1px dashed #b5e853;
color: #b5e853;
}
Binary file added dojo_theme/static/img/bullet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f084147

Please sign in to comment.