Skip to content
Snippets Groups Projects

Revert "Chage primary color to better match SWH theme"

Merged vlorentz requested to merge revert-colors into master
2 files
+ 6
18
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
12
html[data-theme="light"] {
--pst-color-primary: #e20026;
--pst-color-secondary: #52566D;
}
html[data-theme="dark"] {
--pst-color-primary: #e20026;
--pst-color-secondary: #dbdbdb;
--pst-color-secondary-text: #141325;
}
table.swh-logos-table td,
table.swh-logos-table th {
text-align: center;
Loading