mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-18 10:13:34 -06:00
change all scss hex codes to use schemes
This commit is contained in:
@@ -12,9 +12,11 @@
|
||||
</template>
|
||||
|
||||
<style lang="scss">
|
||||
@import "../assets/scss/_variables";
|
||||
|
||||
.quote-list > tr {
|
||||
white-space: nowrap;
|
||||
&:hover { background-color: #242424; }
|
||||
&:hover { background-color: $grey-4; }
|
||||
}
|
||||
|
||||
.quote-text {
|
||||
|
||||
Reference in New Issue
Block a user