浏览代码

Add header and logo; set dark theme up

vintage
Fen Dweller 5 年前
父节点
当前提交
f21e012f7b
共有 2 个文件被更改,包括 13 次插入2 次删除
  1. +13
    -2
      src/App.vue
  2. 二进制
      src/assets/feast.png

+ 13
- 2
src/App.vue 查看文件

@@ -1,6 +1,9 @@
<template>
<div id="app">
<img alt="Vue logo" src="./assets/logo.png">
<div>
This is the (extremely early alpha of the) new Feast. If you're looking for the old version, <a href="https://classic.feast.crux.sexy">go here!</a>
</div>
<img alt="Feast logo" id="logo" src="./assets/feast.png">
<Combat :player="player" :enemy="enemy" />
</div>
</template>
@@ -30,12 +33,20 @@ export default class App extends Vue {
</script>

<style>
body, html {
background: #111;
}

#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
color: #ddd;
background: #111;
margin-top: 60px;
}
#logo {
width: 30vw;
}
</style>

二进制
src/assets/feast.png 查看文件

之前 之后
宽度: 834  |  高度: 834  |  大小: 11 KiB

正在加载...
取消
保存