diff --git a/nginx/vue/public/css/styles.css b/nginx/vue/public/css/styles.css index 4297c6e..387e9d7 100644 --- a/nginx/vue/public/css/styles.css +++ b/nginx/vue/public/css/styles.css @@ -37,7 +37,7 @@ --portal_light_blue: #00a2ff; /* MAIN COLORS */ - --primary: #000; + --primary: #fff; --secondary: #000; --tertiary: #5a6952; --quaternary: #424542; @@ -90,6 +90,23 @@ video { button { color: red; } + +table { + border: 1px solid var(--primary); +} + +th { + border: 1px solid var(--primary); +} + +tr { + border: 1px solid var(--primary); +} + +td { + border: 1px solid var(--primary); +} + /* END OF ELEMENTS */ /* CLASSES */ @@ -227,6 +244,10 @@ button { /* ALIGNMENT */ +.relative { + position: relative; +} + .center-content { align-items: center; text-align: center; @@ -240,6 +261,10 @@ button { margin: 0px; } +.flex { + display: flex; +} + .flex-col { display: flex; flex-direction: column; diff --git a/nginx/vue/public/img/memes/glass-of-beer-with-foam-on-transparent-background-free-png.png b/nginx/vue/public/img/memes/glass-of-beer-with-foam-on-transparent-background-free-png.png deleted file mode 100644 index 868434e..0000000 Binary files a/nginx/vue/public/img/memes/glass-of-beer-with-foam-on-transparent-background-free-png.png and /dev/null differ diff --git a/nginx/vue/src/components/admin/CreatePost.vue b/nginx/vue/src/components/admin/CreatePost.vue index b9170a5..23cd1a6 100644 --- a/nginx/vue/src/components/admin/CreatePost.vue +++ b/nginx/vue/src/components/admin/CreatePost.vue @@ -23,7 +23,7 @@ async function post() {