We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[seb@localhost localnotes]$ git diff diff --git a/style.css b/style.css index a8c0356..497a828 100644 --- a/style.css +++ b/style.css @@ -109,7 +109,7 @@ text-decoration:underline; }
.notifications{ -color: #bbbbbb; +color: #000000; font-size:0.5em; padding-left:0em; text-align:right; @@ -158,4 +158,4 @@ height:0.8em; position:relative; float:right; top:0.3em; -} \ No newline at end of file +}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
[seb@localhost localnotes]$ git diff
diff --git a/style.css b/style.css
index a8c0356..497a828 100644
--- a/style.css
+++ b/style.css
@@ -109,7 +109,7 @@ text-decoration:underline;
}
.notifications{
-color: #bbbbbb;
+color: #000000;
font-size:0.5em;
padding-left:0em;
text-align:right;
@@ -158,4 +158,4 @@ height:0.8em;
position:relative;
float:right;
top:0.3em;
-}
\ No newline at end of file
+}
The text was updated successfully, but these errors were encountered: