Skip to content

Commit d5b01ba

Browse files
committed
fix style
1 parent 27672e0 commit d5b01ba

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1111
<title>Bedrock Edition Community Tweaks</title>
1212
<link rel="stylesheet" href="theme.css" />
13-
<link rel="stylesheet" href="oreui-html/src/oreui.css" />
1413
<link href="icon.png" rel="icon" type="image/x-icon" />
1514
</head>
1615
<body>

src/theme.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
@import url("https://fonts.googleapis.com/css2?family=Pixelify+Sans:[email protected]&display=swap");
2+
@import url('https://nspc911.github.io/OreUI-HTML/oreui.css');
3+
24
a:link {
35
color: cyan;
46
background-color: transparent;
@@ -124,4 +126,4 @@ button[class$="button"] {
124126
}
125127
.discobutton {
126128
background: url("others/discord.png");
127-
}
129+
}

0 commit comments

Comments
 (0)