Skip to content

Commit 5ad9e75

Browse files
authored
Merge pull request #95 from QuLogic/css-cleanup
Cleanup some CSS styles
2 parents 46876d2 + ffc402f commit 5ad9e75

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

docs/_static/css/landing.css

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
/* all icons from https://fontawesome.com/ */
2-
*,
3-
*::before,
4-
*::after {
5-
box-sizing: border-box;
6-
}
7-
82
:root {
93
/* START COLOR PALETTE */
104

@@ -54,7 +48,7 @@
5448
--viridis-purple-invert: linear-gradient(180deg, #355f8d, #440154);
5549
--viridis-blue-vert: linear-gradient(180deg, #414487, #21908d);
5650
/* END BACKGROUND GRADIENTS */
57-
51+
5852
/* FONTS */
5953
--regular: 400;
6054
--bold: 700;
@@ -64,15 +58,6 @@
6458
--shadow: 0px 2px 2px rgba(0, 0, 0, 0.11);
6559
}
6660

67-
/* Remove the filter added by pydata-sphinx-theme.
68-
* NOTE: Delete this CSS when using a pydata-sphinx-theme that contains
69-
* https://github.com/pydata/pydata-sphinx-theme/pull/942
70-
* https://github.com/pydata/pydata-sphinx-theme/pull/914
71-
* */
72-
html[data-theme=dark] img.only-dark, html[data-theme=dark] img.dark-light {
73-
filter: none;
74-
}
75-
7661
/* callout boxes */
7762
.callout {
7863
border-left: solid 1px var(--pst-color-border);
@@ -196,7 +181,7 @@ a.link--offsite::after {
196181
}
197182

198183
@media (max-width: 700px) {
199-
.quicklink-icon {
184+
.quicklinks__icon {
200185
width: 60px;
201186
}
202187
.quicklinks a {
@@ -227,10 +212,6 @@ a.link--offsite::after {
227212
margin: 1em 0 .5em;
228213
}
229214

230-
.news__item--highlight .title{
231-
margin: .5em 0 1em;
232-
}
233-
234215
.date{
235216
font-size: small;
236217
}

0 commit comments

Comments
 (0)