Browse Source

color underline

ouidade 1 month ago
parent
commit
2055a0478c

+ 2 - 2
web/themes/custom/colloque2024/css-compiled/index.css

@@ -294,7 +294,7 @@ p {
     font-family: 'Marianneregular_italic'; }
   p a {
     display: inline;
-    background: #d674b283; }
+    background: #b9ce00; }
 
 a {
   color: black;
@@ -1914,7 +1914,7 @@ section > div:not(.__slide) article.thumbnails.programme a {
 .container.programme .thumbnails .inter {
   margin-top: 0.5rem; }
   .container.programme .thumbnails .inter span {
-    color: black;
+    color: #038788;
     font-size: 0.8rem;
     font-family: "Marianneregular_italic";
     text-transform: none !important; }

+ 1 - 1
web/themes/custom/colloque2024/css/components/thumbnails/thumbnails.scss

@@ -180,7 +180,7 @@ section {
       .inter {
         margin-top: 0.5rem;
         span {
-          color: $col_black;
+          color: $color2024;
           font-size: 0.8rem;
           font-family: "Marianneregular_italic";
           text-transform: none !important;

+ 1 - 1
web/themes/custom/colloque2024/css/configs/var.scss

@@ -5,7 +5,7 @@ $col_black: black;
 $color_orange: rgb(255, 128, 77);
 $lightgrey: #6f6d7dff;
 // $fond: url("../../images/test_animation.svg");
-$underline:#d674b283;
+$underline:#b9ce00;
 
 $gutter: 0.5rem;
 $gutter1 : 0.5rem;

+ 1 - 2
web/themes/custom/colloque2024/css/pages/moments.scss

@@ -6,8 +6,7 @@
   .__img-hero{
     display: none;
   }
-
-////////////////////////////////
+  ////////////////////////////////
   .__wrapper{
     .__title{
       margin: 0.5rem 0;