11// This file is empty within the template
22// You can use it to override CSS from within your project
33a , .content a {
4- color : #0aa8a7 ;
4+ color : #00A0A0 ;
55 border-bottom : 1px dotted #ececec ;
66}
77
88a :hover , .content a :hover {
9- color : #0aa8a7 ;
9+ color : #00A0A0 ;
1010 border-bottom : 1px solid #ececec ;
1111}
1212
@@ -277,7 +277,7 @@ button.svelte-la9dd4 {
277277 position : relative ;
278278 z-index : 1 ;
279279 transition : .2s ease ;
280- background-color : #0aa8a7 ;
280+ background-color : #00A0A0 ;
281281 color : #fff ;
282282 box-shadow : none ;
283283 height : inherit ;
@@ -325,7 +325,7 @@ button.svelte-la9dd4:disabled {
325325}
326326
327327.cite-icons i :hover {
328- color : #0aa8a7 ;
328+ color : #00A0A0 ;
329329}
330330
331331.cite-text {
@@ -551,14 +551,14 @@ button.svelte-la9dd4:disabled {
551551
552552 & :focus {
553553 outline : none ;
554- border-color : #0aa8a7 ;
554+ border-color : #00A0A0 ;
555555 }
556556 }
557557
558558 button {
559559 white-space : nowrap ;
560560 background : none ;
561- color : #0aa8a7 ;
561+ color : #00A0A0 ;
562562 border : none ;
563563 padding : 6px 0 ;
564564 font-size : 14px ;
@@ -582,7 +582,7 @@ button.svelte-la9dd4:disabled {
582582.btn-link {
583583 display : inline-flex ;
584584 align-items : center ;
585- color : #0aa8a7 ;
585+ color : #00A0A0 ;
586586 font-size : 14px ;
587587 font-weight : 500 ;
588588 text-decoration : none ;
@@ -596,7 +596,7 @@ button.svelte-la9dd4:disabled {
596596 }
597597
598598 & :hover {
599- color : darken (#0aa8a7 , 10% );
599+ color : darken (#00A0A0 , 10% );
600600 text-decoration : none ;
601601
602602 i {
@@ -690,7 +690,7 @@ body.has-notice {
690690 }
691691
692692 .btn-link {
693- color : darken (#0aa8a7 , 10% );
693+ color : darken (#00A0A0 , 10% );
694694
695695 i {
696696 transform : translateX (3px );
@@ -871,7 +871,7 @@ body.has-notice {
871871 z-index : 1 ;
872872
873873 & :hover {
874- color : #0aa8a7 ;
874+ color : #00A0A0 ;
875875 }
876876 }
877877
0 commit comments