diff --git a/README.md b/README.md index 92cf271..2af2f86 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Instead, the data is **compressed** then **stored** into a unique URL that can b As a result, there is no risk of data being lost, censored or deleted. The whole data stored is **in the link** and nowhere else! 🤯 -**Note:** This project is a fork of [Topaz's paste service][topaz-example], with a reworked design and a few additional features (syntax highlighting, line numbers, embedding...) +**Note:** This project is a copy of [Topaz's paste service][topaz-example], with a reworked design and a few additional features (syntax highlighting, line numbers, embedding...) ## How it works diff --git a/index.html b/index.html index 1f031d4..d1209be 100644 --- a/index.html +++ b/index.html @@ -8,18 +8,6 @@ /> NoPaste - No-database paste service - -
Github
+
+ Github +
- + diff --git a/style.css b/style.css index 97dff61..f90cdc0 100644 --- a/style.css +++ b/style.css @@ -6,6 +6,7 @@ body { height: 100vh; color: #fff; font: normal 14px Roboto, sans-serif; + background-color: #282a36; } #editor { @@ -29,8 +30,9 @@ footer { width: 0; } -#copy:not(.hidden) + #controls, .hidden, +select, +#copy:not(.hidden) + #controls, .readonly .hide-readonly { display: none; }