diff --git a/frontend/src/App.vue b/frontend/src/App.vue index e74359c77..ed2e93069 100755 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -1,6 +1,7 @@ @@ -32,4 +33,16 @@ export default { font-size: 0.85rem; } } + +.goldrand { + background: linear-gradient( + 90deg, + rgba(197, 141, 56, 1) 6%, + rgba(243, 205, 124, 1) 30%, + rgba(219, 176, 86, 1) 54%, + rgba(238, 192, 95, 1) 63%, + rgba(204, 157, 61, 1) 88% + ); + height: 13px; +}