mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-17 04:13:38 -06:00
change all scss hex codes to use schemes
This commit is contained in:
@@ -9,10 +9,12 @@
|
||||
</b-card>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
<style lang="scss">
|
||||
@import "../assets/scss/_variables";
|
||||
|
||||
.card {
|
||||
color: #b3b3b3;
|
||||
background-color: #161616;
|
||||
color: $grey-9;
|
||||
background-color: $grey-1;
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.88);
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user