]> git.aero2k.de Git - dfde-theme.git/commitdiff
wie gewuenscht: rosa zu debianrot, ich seh aber keinen Unterschied
authoreggy <eggy@localhost>
Sun, 23 Jul 2017 08:47:15 +0000 (10:47 +0200)
committereggy <eggy@localhost>
Sun, 23 Jul 2017 08:47:15 +0000 (10:47 +0200)
theme/colours.css

index 3bfb872457e00edfdbf21f5143299d7d4f144663..9311845e2393c1cc9ac653a77378f190e483fe7b 100644 (file)
@@ -604,7 +604,7 @@ Colours and backgrounds for buttons.css
 
 .button:hover,
 .button:focus {
-       border-color: #D00A8E ;
+       border-color: #c70036 ;
        background-color: #FFFFFF; /* Old browsers */ /* FF3.6+ */
        background-image: -webkit-linear-gradient(top, #E9E9E9 0%, #FFFFFF 100%);
        background-image: linear-gradient(to bottom, #E9E9E9 0%,#FFFFFF 100%); /* W3C */
@@ -622,7 +622,7 @@ Colours and backgrounds for buttons.css
 .button-secondary:hover,
 .button:focus .icon,
 .button:hover .icon {
-       color: #D00A8E ;
+       color: #c70036 ;
 }
 
 .button-search:hover,