Browse Source

styling

master
Andreas Demmelbauer 1 year ago
parent
commit
b7bff64bce
3 changed files with 6 additions and 0 deletions
  1. +1
    -0
      public/index.html
  2. +4
    -0
      src/App.vue
  3. +1
    -0
      src/views/Home.vue

+ 1
- 0
public/index.html View File

@@ -4,6 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="theme-color" content="#000" />
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title><%= htmlWebpackPlugin.options.title %></title>
</head>


+ 4
- 0
src/App.vue View File

@@ -31,6 +31,10 @@
color: #fcfa86;
background: #000;
}
html {
font-family: 'JetBrains Mono', monospace;
background-color: rgb(0, 0, 0);
}
body {
font-family: 'JetBrains Mono', monospace;
background-color: rgb(0, 0, 0);


+ 1
- 0
src/views/Home.vue View File

@@ -276,6 +276,7 @@

.share {
max-width: 30em;
width: 80%;
mix-blend-mode: soft-light;
}
.share:hover {


Loading…
Cancel
Save