Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'css/main.styl')
-rw-r--r--css/main.styl8
1 files changed, 8 insertions, 0 deletions
diff --git a/css/main.styl b/css/main.styl
new file mode 100644
index 0000000..4ecdb3a
--- /dev/null
+++ b/css/main.styl
@@ -0,0 +1,8 @@
+#console {
+ height: 400px;
+ overflow: scroll;
+}
+
+.highlight {
+ font-weight: bold;
+} \ No newline at end of file