summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam@sotk.co.uk>2015-09-29 00:28:25 +0100
committerAdam Coldrick <adam@sotk.co.uk>2015-09-29 00:41:38 +0100
commit969bf852d7d49cb4eb120957699653eb6452d13a (patch)
treeb0eafe502d30a24cf015e89dc30e075433542154
parent010c5d2a723d5f284f3861992909f0366dcf0d1e (diff)
downloadciat-ui-969bf852d7d49cb4eb120957699653eb6452d13a.tar.gz
Link in top bar
-rw-r--r--index.html2
-rw-r--r--style.css14
2 files changed, 13 insertions, 3 deletions
diff --git a/index.html b/index.html
index 5750ed3..b906138 100644
--- a/index.html
+++ b/index.html
@@ -11,7 +11,7 @@
<script src="js/main.js"></script>
</head>
<body ng-app="ciat">
- <h1><em>Baserock</em> <span>|</span> CIAT</h1>
+ <h1><em><a href="/#/">Baserock</a></em> <span>|</span> CIAT</h1>
<div class="content" ng-view>
</div>
</body>
diff --git a/style.css b/style.css
index 5079583..51ecf1d 100644
--- a/style.css
+++ b/style.css
@@ -1,5 +1,3 @@
-
-
html,body {
margin: 0;
padding: 0;
@@ -34,6 +32,18 @@ h1>span {
color: #777;
}
+h1>em>a, h1>em>a:visited {
+ font-style: normal;
+ color: #ddd;
+ text-decoration: none;
+}
+
+h1>em>a:hover {
+ font-style: normal;
+ color: #bbb;
+ text-decoration: none;
+}
+
.box {
color: black;
display: inline-block;