We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966f778 commit 87db766Copy full SHA for 87db766
README.md
@@ -1,2 +1,6 @@
1
# hacker
2
-謝謝這些駭客大大們維護 SITCON 的世界和平 <(_ _)>
+
3
+謝謝這些駭客大大們維護 SITCON 的世界和平 <(\_ \_)>
4
5
6
+<https://sitcon.org/hacker/>
index.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!doctype html>
<html lang="zh-Hant">
<head>
<meta charset="utf-8" />
@@ -134,13 +134,13 @@
134
}
135
136
.logo {
137
- display: block;
+ display: block;
138
position: fixed;
139
right: 0;
140
bottom: 0;
141
- width: 50vh;
142
- filter: opacity(.05);
143
- z-index: -1;
+ width: 50vh;
+ filter: opacity(0.05);
+ z-index: -1;
144
145
</style>
146
</head>
0 commit comments