💄 Updates color scheme

This commit is contained in:
Moritz Kröger 2019-04-30 06:34:47 +01:00
parent 6ed3e0b5f0
commit dc9a704355
3 changed files with 4 additions and 3 deletions

View file

@ -64,7 +64,7 @@
<path d="M236.295,254.626C235.813,254.626 235.573,254.885 235.573,255.403L235.573,279.941C235.573,280.238 235.619,280.45 235.712,280.579C235.804,280.709 236.017,280.774 236.35,280.774L239.404,280.774C239.736,280.774 239.949,280.709 240.042,280.579C240.134,280.45 240.181,280.238 240.181,279.941L240.181,255.403C240.181,254.885 239.939,254.626 239.459,254.626L236.295,254.626ZM248.342,282.106C248.342,282.883 248.249,283.614 248.064,284.298C247.878,284.984 247.564,285.585 247.12,286.103C246.677,286.622 246.084,287.038 245.344,287.352C244.603,287.667 243.678,287.824 242.568,287.824L233.241,287.824C232.131,287.824 231.205,287.667 230.466,287.352C229.725,287.038 229.133,286.622 228.69,286.103C228.245,285.585 227.93,284.984 227.745,284.298C227.56,283.614 227.468,282.883 227.468,282.106L227.468,252.793C227.468,251.203 227.902,249.935 228.772,248.99C229.641,248.047 231.021,247.575 232.908,247.575L242.901,247.575C244.789,247.575 246.167,248.047 247.037,248.99C247.906,249.935 248.342,251.203 248.342,252.793L248.342,282.106ZM211.368,254.626L211.368,268.505L215.31,268.505C215.828,268.505 216.088,268.226 216.088,267.671L216.088,255.458C216.088,254.903 215.828,254.626 215.31,254.626L211.368,254.626ZM224.026,271.447C224.026,272.335 223.721,273.15 223.11,273.89C222.499,274.63 221.601,275 220.417,275L224.637,287.824L216.309,287.824L212.423,275L211.368,275L211.368,287.824L203.319,287.824L203.319,247.575L218.586,247.575C220.473,247.575 221.851,248.047 222.721,248.99C223.591,249.935 224.026,251.203 224.026,252.793L224.026,271.447ZM185.443,287.824C183.111,287.824 181.482,287.343 180.557,286.38C179.632,285.419 179.169,283.826 179.169,281.606L179.169,247.575L187.386,247.575L187.386,279.885C187.386,280.182 187.432,280.403 187.524,280.551C187.617,280.7 187.83,280.774 188.163,280.774L190.995,280.774C191.328,280.774 191.54,280.7 191.633,280.551C191.725,280.403 191.772,280.182 191.772,279.885L191.772,247.575L199.988,247.575L199.988,281.606C199.988,283.826 199.525,285.419 198.6,286.38C197.674,287.343 196.046,287.824 193.715,287.824L185.443,287.824ZM159.35,247.575L175.006,247.575L176.394,255.069L167.623,255.069L167.623,264.619L174.284,264.619L174.284,271.558L167.623,271.558L167.623,280.33L176.06,280.33L174.673,287.824L159.35,287.824L159.35,247.575Z" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(2.13418,0,0,2.13418,-84.6198,-311.189)">
<path d="M347.444,276.214L349.624,284.384L343.753,284.384L343.753,320.092L334.796,320.092L334.796,284.384L328.926,284.384L331.226,276.214L347.444,276.214ZM316.7,307.685L320.755,307.685L318.759,292.131L316.7,307.685ZM315.732,314.645L314.944,320.092L306.11,320.092L314.037,276.214L323.417,276.214L331.347,320.092L322.51,320.092L321.723,314.645L315.732,314.645ZM284.081,299.393L284.081,320.092L275.547,320.092L275.547,276.214L284.807,276.214L289.588,294.733L294.37,276.214L303.69,276.214L303.69,320.092L295.156,320.092L295.156,299.393L289.588,316.945L284.081,299.393Z" style="fill:#22608c;fill-rule:nonzero;"/>
<path d="M347.444,276.214L349.624,284.384L343.753,284.384L343.753,320.092L334.796,320.092L334.796,284.384L328.926,284.384L331.226,276.214L347.444,276.214ZM316.7,307.685L320.755,307.685L318.759,292.131L316.7,307.685ZM315.732,314.645L314.944,320.092L306.11,320.092L314.037,276.214L323.417,276.214L331.347,320.092L322.51,320.092L321.723,314.645L315.732,314.645ZM284.081,299.393L284.081,320.092L275.547,320.092L275.547,276.214L284.807,276.214L289.588,294.733L294.37,276.214L303.69,276.214L303.69,320.092L295.156,320.092L295.156,299.393L289.588,316.945L284.081,299.393Z" style="fill:rgb(33,20,82);fill-rule:nonzero;"/>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View file

@ -157,7 +157,7 @@
border-radius: $border-radius;
a {
color: $text-color-secondary;
color: $medium-blue;
font-weight: 600;
&:hover {

View file

@ -1,7 +1,8 @@
$transparent-white: rgba(255, 255, 255, 0.21);
$transparent-black: rgba(0, 0, 0, 0.15);
$blue: #40A6EE;
$dark-blue: #22608c;
$medium-blue: #22608c;
$dark-blue: rgb(33,20,82);
$yellow: #FEE872;
$orange: #F5A960;
$pink: #D74AA1;