Skip to content
Snippets Groups Projects
Commit ae901af0 authored by David Douard's avatar David Douard
Browse files

Chage primary color to better match SWH theme

- use #E20026 as primary (SWH's red)
- use secondary color for main's page buttons
- use #52566D (light) / #DBDBDB (dark) secondary color
parent 5c398a0b
No related branches found
No related tags found
No related merge requests found
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;
......
......@@ -24,7 +24,7 @@ Welcome to Software Heritage documentation
.. button-ref:: landing-basics
:ref-type: ref
:color: primary
:color: secondary
:expand:
Discover Software Heritage
......@@ -41,7 +41,7 @@ Welcome to Software Heritage documentation
.. button-ref:: landing-preserve
:ref-type: ref
:color: primary
:color: secondary
:expand:
Archive source code
......@@ -59,7 +59,7 @@ Welcome to Software Heritage documentation
.. button-ref:: landing-browse
:ref-type: ref
:color: primary
:color: secondary
:expand:
Learn how to search the archive
......@@ -76,7 +76,7 @@ Welcome to Software Heritage documentation
Join our network of partners. Collaborate with the team or become an ambassador. Teach others how to use the archive. Get materials for your next events.
.. button-link:: http://example.com
:color: primary
:color: secondary
:expand:
Tell the world about Software Heritage
......@@ -94,7 +94,7 @@ Welcome to Software Heritage documentation
.. button-ref:: landing-interface
:ref-type: ref
:color: primary
:color: secondary
:expand:
Use Software Heritage in your applications
......@@ -112,7 +112,7 @@ Welcome to Software Heritage documentation
.. button-ref:: landing-contribute
:ref-type: ref
:color: primary
:color: secondary
:expand:
Improve the universal archive of source code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment