Skip to content

Commit

Permalink
Merge pull request #163 from edrlab/fix/css-colors
Browse files Browse the repository at this point in the history
update some colors for links, names and side panel
  • Loading branch information
gautierchomel authored Dec 20, 2024
2 parents 0ecfeb3 + 2b75076 commit 88e3bb0
Show file tree
Hide file tree
Showing 6 changed files with 24,715 additions and 9 deletions.
14 changes: 8 additions & 6 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ $color-grey: #6B748E;
$color-purple: darken(#6975CF, 3%);
$color-extralight: #F4F8FD;

a:not(.navbar *):not(.td-sidebar-nav *):not(.footer *):not(.about_banner_medias *):not(.about_header *):not(.downloadPanel *) {
color: #2f6bc0;
a:not(.navbar *):not(.td-sidebar-nav *):not(.footer *):not(.about_banner_medias *):not(.about_header *):not(.downloadPanel *), .td-box--white p > a {
// color: #2f6bc0;
color: $color-orange;
text-decoration: underline;
}

Expand Down Expand Up @@ -925,7 +926,8 @@ kbd {
list-style-type: disc;
}
li {
color: $color-orange;
// color: $color-orange;
font-weight: 400;
margin-top: 5px;
// font-size: 1.5rem;

Expand Down Expand Up @@ -1012,8 +1014,8 @@ kbd {
margin-right: 50px;

.td-sidebar__inner {
background-color: $color-purple;
color: white;
background-color: $color-extralight;
color: $color-dark-blue;
border-radius: 20px;
width: 350px;
overflow: hidden;
Expand Down Expand Up @@ -1056,7 +1058,7 @@ kbd {
}

a, a:visited {
color: white;
color: $color-dark-blue;
// font-weight: bold;
}
}
Expand Down
2 changes: 1 addition & 1 deletion content/en/about/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h3>Who has developed this app</h3>
<li>Arthur Le Meur, developer</li>
</ul>

<p>The UX and UI of Thorium 3 was designed by Mylène Boyrie. Several other developers have helped making
<p>The UX and UI of Thorium 3 was designed by <b>Mylène Boyrie</b>. Several other developers have helped making
Thorium what it is today:</p>
<ul>
<li>Simon Le Roux, designer</li>
Expand Down
2 changes: 1 addition & 1 deletion content/es/about/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h3> ¿Quién ha desarrollado esta aplicación?</h3>
<li> Pierre Leroux, desarrollador</li>
<li> Arthur Le Meur, desarrollador</li>
</ul>
<p> La experiencia de usuario y la interfaz de usuario de Thorium 3 fueron diseñadas por Mylène Boyrie. Otros desarrolladores han contribuido a que Thorium sea lo que es hoy:</p>
<p> La experiencia de usuario y la interfaz de usuario de Thorium 3 fueron diseñadas por <b>Mylène Boyrie</b>. Otros desarrolladores han contribuido a que Thorium sea lo que es hoy:</p>
<ul>
<li> Simon Le Roux, diseñador</li>
<li> Cyrille Lebeaupin, director general de noop.fr, desarrollador senior</li>
Expand Down
2 changes: 1 addition & 1 deletion content/fr/about/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h3>Qui a développé cette application</h3>
<li>Arthur Le Meur, developer</li>
</ul>

<p>L'UX et l'UI de Thorium 3 ont été conçues par Mylène Boyrie. Plusieurs autres développeurs ont contribué à la création
<p>L'UX et l'UI de Thorium 3 ont été conçues par <b>Mylène Boyrie</b>. Plusieurs autres développeurs ont contribué à la création
Thorium ce qu'il est aujourd'hui:</p>
<ul>
<li>Simon Le Roux, designer</li>
Expand Down
Loading

0 comments on commit 88e3bb0

Please sign in to comment.