Skip to content

Commit

Permalink
minor style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dimdenGD committed Oct 9, 2022
1 parent 74d3a04 commit c83bbe5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion layouts/header/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -1431,7 +1431,7 @@ function switchDarkMode(enabled) {
root.style.setProperty('--darker-background-color', '#141d26');
root.style.setProperty('--almost-black', '#d4e3ed');
root.style.setProperty('--border', 'black');
root.style.setProperty('--darker-gray', 'white');
root.style.setProperty('--darker-gray', '#c9c9c9');
root.style.setProperty('--lil-darker-gray', '#8394a1');
root.style.setProperty('--light-gray', '#8394a1');
root.style.setProperty('--default-text-color', 'white');
Expand Down
2 changes: 1 addition & 1 deletion layouts/notifications/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ a:hover,

.notification-switch:hover,
.notification-switch-active {
color: var(--default-text-color)
color: var(--default-text-color);
}

.notification-switch::after {
Expand Down
2 changes: 1 addition & 1 deletion layouts/topics/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ span.tweet-body-text {
color: var(--almost-black);
}
.tweet-body {
min-width: 490px;
min-width: 470px;
}
.tweet-body-text-quote {
overflow-x: hidden;
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Old Twitter Layout (2022)",
"description": "__MSG_ext_description__",
"version": "1.6.2.8",
"version": "1.6.2.9",
"manifest_version": 3,
"homepage_url": "https://github.com/dimdenGD/OldTwitter",
"background": {
Expand Down

0 comments on commit c83bbe5

Please sign in to comment.