本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
redplanet
/
reservation.ck.si
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
styling
master
Andreas Demmelbauer
2 年之前
父節點
bea585b8f9
當前提交
b7bff64bce
共有
3 個檔案被更改
,包括
6 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
public/index.html
+4
-0
src/App.vue
+1
-0
src/views/Home.vue
+ 1
- 0
public/index.html
查看文件
@@ -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
查看文件
@@ -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
查看文件
@@ -276,6 +276,7 @@
.share {
max-width: 30em;
width: 80%;
mix-blend-mode: soft-light;
}
.share:hover {
Write
Preview
Loading…
取消
儲存