refactor(ui): better color names
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<!--
|
||||
<!--
|
||||
This code is a complete adaptation of the work done here
|
||||
https://github.com/SyedWasiHaider/vue-highlightable-input
|
||||
-->
|
||||
@@ -392,14 +392,14 @@ export default {
|
||||
<style lang="scss">
|
||||
.VAR {
|
||||
@apply font-bold;
|
||||
@apply text-acColor;
|
||||
@apply text-accent;
|
||||
}
|
||||
.url-field-container {
|
||||
@apply inline-grid;
|
||||
}
|
||||
.url-field {
|
||||
@apply border-dashed;
|
||||
@apply border-brdColor;
|
||||
@apply border-divider;
|
||||
@apply whitespace-nowrap;
|
||||
@apply overflow-x-auto;
|
||||
@apply resize-none;
|
||||
|
||||
Reference in New Issue
Block a user