Backend for songs.zachdecook.com
Diffstat (limited to 'index.less')
| -rw-r--r-- | index.less | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -1,11 +1,11 @@ @Red-Apple: rgb(192,0,0); @Cherry: rgb(255,0,0); -@Strawberry: rgb(247, 16, 44); +@Strawberry: rgb(247, 16, 44);// also too bright @Grapefruit: rgb(231,91,40);//Going into retirement. @Orange: rgb(255,100,0); @Banana: rgb(150,150,0);//Going into retirement. -@Mango: rgb(252, 179, 15); -@Lemon: rgb(200,200,0);//This color is not accurately named. +@Mango: rgb(252, 179, 15);// also too bright +@Lemon: rgb(200,200,0);//This color is not accurately named.// and too bright...ish @Pear: rgb(208, 255, 20);//Too bright to see! @Green-Apple: rgb(100,192,0);//Going into retirement. @Lime: rgb(0,220,0); @@ -16,11 +16,11 @@ @Raspberry: rgb(231, 65, 124); @ColorC: @Red-Apple; -@ColorDb: @Strawberry; -@ColorD: @Orange; -@ColorEb: @Mango; -@ColorE: @Lemon; -@ColorF: @Pear; +@ColorDb: @Cherry; +@ColorD: @Grapefruit; +@ColorEb: @Orange; +@ColorE: @Banana; +@ColorF: @Lemon; @ColorGb: @Green-Apple; @ColorG: @Lime; @ColorAb: @Blue-Razzberry; @@ -128,4 +128,4 @@ pre { } .btn-B{ .btn-Z(@ColorB); -}
\ No newline at end of file +} |