Browse Source

styling for link override

master
Sean Dockray 4 years ago
parent
commit
e380ad09a6
2 changed files with 10 additions and 1 deletions
  1. +1
    -1
      static/css/site.min.css
  2. +9
    -0
      themes/sandpoints/assets/css/site.css

+ 1
- 1
static/css/site.min.css
File diff suppressed because it is too large
View File


+ 9
- 0
themes/sandpoints/assets/css/site.css View File

@@ -539,6 +539,15 @@ img {
font-weight: normal !important; font-weight: normal !important;
} }


.nosup a {
color: red;
}

.nosup a span.sup {
display: none;
}


.syllabustitle, .coretitle { .syllabustitle, .coretitle {
margin-top: 4rem; margin-top: 4rem;
font-style: italic; font-style: italic;


Loading…
Cancel
Save