+
-
+
@@ -158,10 +173,34 @@
DNS Prefetch
-
-
Webxdc
-
Web API
-
Sandboxing
+
+
+
+
diff --git a/styles.css b/styles.css
index d5db5f9..d29d102 100644
--- a/styles.css
+++ b/styles.css
@@ -82,11 +82,15 @@ body {
.tab {
flex-grow: 1;
height: 36px;
+ padding: 0;
+ border: none;
+ margin: 0;
+ background-color: transparent;
font-size: 1.3em;
text-align: center;
align-content: center;
}
-.tab.active {
+.tab[aria-selected="true"] {
background-color: lightgrey;
}
\ No newline at end of file