added login requirement to view articles to protect against potential data scrapping, with redirect functionality to the article the user attempts to view prior to login.
This commit is contained in:
+1
-1
@@ -305,7 +305,7 @@ i {
|
||||
transition-duration: 500ms;
|
||||
}
|
||||
|
||||
#theme-toggle {
|
||||
#theme_toggle {
|
||||
background: none;
|
||||
border: none;
|
||||
}
|
||||
|
||||
+1
-1
@@ -63,7 +63,7 @@ table tr {
|
||||
color: white;
|
||||
}
|
||||
|
||||
#theme-toggle {
|
||||
#theme_toggle {
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -63,7 +63,7 @@ table tr {
|
||||
color: black;
|
||||
}
|
||||
|
||||
#theme-toggle {
|
||||
#theme_toggle {
|
||||
color: black;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user