Skip to content

Commit 95df215

Browse files
committed
02-17-1708137154 dev
1 parent 8fa53ea commit 95df215

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

devDownloads/roblox2016-pre02-17.user.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@namespace Userstyle
44
@author anthony1x6000
55
@description Userstyle that changes the look of ROBLOX to be more faithful to what it would look like in 2016.
6-
@version 02.17.1708133847
6+
@version 02.17.1708137154
77
@license MIT License
88
@var select profileVis 'Hide profile in nav bar?' ['block:Visible', 'none:Hidden']
99
==/UserStyle== */
@@ -2000,6 +2000,10 @@
20002000
background-position: -28px -250px;
20012001
}
20022002

2003+
.dark-theme div#game-follow-icon.icon-notifications-bell {
2004+
filter: grayscale(1);
2005+
}
2006+
20032007
.light-theme .dialogs .dialog-container .dialog-header
20042008
{
20052009
background-color: #00a2ff;

devDownloads/roblox2016-preLatest.user.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@namespace Userstyle
44
@author anthony1x6000
55
@description Userstyle that changes the look of ROBLOX to be more faithful to what it would look like in 2016.
6-
@version 02.17.1708133847
6+
@version 02.17.1708137154
77
@license MIT License
88
@var select profileVis 'Hide profile in nav bar?' ['block:Visible', 'none:Hidden']
99
==/UserStyle== */
@@ -2000,6 +2000,10 @@
20002000
background-position: -28px -250px;
20012001
}
20022002

2003+
.dark-theme div#game-follow-icon.icon-notifications-bell {
2004+
filter: grayscale(1);
2005+
}
2006+
20032007
.light-theme .dialogs .dialog-container .dialog-header
20042008
{
20052009
background-color: #00a2ff;

0 commit comments

Comments
 (0)