瀏覽代碼

Made it more Red.

master
Trey Del Bonis 2 年之前
父節點
當前提交
f827629152
共有 1 個檔案被更改,包括 17 行新增15 行删除
  1. 17
    15
      static/style.css

+ 17
- 15
static/style.css 查看文件

@@ -1,26 +1,27 @@
/* CSS for tr3y.io */

body {
font-family: sans-serif;
max-width: 42em;
font-family: "Ubuntu", sans-serif;
background-color: #242323;
color: white;
}

@media screen and (min-width: 52em) {
body {
max-width: 50em;
margin-left: auto;
margin-right: auto;
}
}

a.button {
margin: 5px;
border: 1px solid #999;
border-radius: 2px;
padding: 4px;
background-color: #bbb;
text-decoration: none;
color: #000;
a {
color: red;
}

a.button:link, a.button:visited, a.button:hover, a.button:active {
color: #000;
h1, h2, h3, h4 {
color: #b00;
}

h1 {
border-bottom: 2px solid black;
border-bottom: 2px solid white;
}

h2 {
@@ -41,3 +42,4 @@ img.iconthumb {
border-radius: 0.5em;
width: 30%;
}


Loading…
取消
儲存