add some color

This commit is contained in:
Philipp Kühn
2021-03-20 21:25:18 +01:00
parent 2cf8fd81e9
commit 02471afb27
5 changed files with 5 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.vue-component { .vue-component {
background: #FAF594;
border: 3px solid #0D0D0D; border: 3px solid #0D0D0D;
border-radius: 0.5rem; border-radius: 0.5rem;
margin: 1rem 0; margin: 1rem 0;

View File

@@ -6,6 +6,7 @@
} }
.react-component { .react-component {
background: #FAF594;
border: 3px solid #0D0D0D; border: 3px solid #0D0D0D;
border-radius: 0.5rem; border-radius: 0.5rem;
margin: 1rem 0; margin: 1rem 0;

View File

@@ -6,6 +6,7 @@
} }
.react-component-with-content { .react-component-with-content {
background: #FAF594;
border: 3px solid #0D0D0D; border: 3px solid #0D0D0D;
border-radius: 0.5rem; border-radius: 0.5rem;
margin: 1rem 0; margin: 1rem 0;

View File

@@ -32,6 +32,7 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.vue-component { .vue-component {
background: #FAF594;
border: 3px solid #0D0D0D; border: 3px solid #0D0D0D;
border-radius: 0.5rem; border-radius: 0.5rem;
margin: 1rem 0; margin: 1rem 0;

View File

@@ -21,6 +21,7 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.vue-component { .vue-component {
background: #FAF594;
border: 3px solid #0D0D0D; border: 3px solid #0D0D0D;
border-radius: 0.5rem; border-radius: 0.5rem;
margin: 1rem 0; margin: 1rem 0;