Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
redplanet
/
reservation.ck.si
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
styling
master
Andreas Demmelbauer
hace 2 años
padre
bea585b8f9
commit
b7bff64bce
Se han
modificado 3 ficheros
con
6 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
public/index.html
+4
-0
src/App.vue
+1
-0
src/views/Home.vue
+ 1
- 0
public/index.html
Ver fichero
@@ -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
Ver fichero
@@ -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
Ver fichero
@@ -276,6 +276,7 @@
.share {
max-width: 30em;
width: 80%;
mix-blend-mode: soft-light;
}
.share:hover {
Escribir
Vista previa
Cargando…
Cancelar
Guardar