add-on for roblox devforum (may work without DevStyle)
DevStyle - Centered Titles (Add-on) by max96git
Details
Authormax96git
LicenseNo License
Categoryhttps://devforum.roblox.com/
Created
Updated
Size559 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name DevStyle - Centered Titles (Add-on)
@version 1.0.0
@namespace devforum.roblox.com
@description add-on for roblox devforum (may work without DevStyle)
@author max96git
==/UserStyle== */
@-moz-document url-prefix("https://devforum.roblox.com/") {
/**
.extra-info-wrapper, .two-rows {
margin: auto;
width: 50%;
display: flex;
justify-content: center;
}
.extra-info-wrapper .topic-header-extra .discourse-tags .discourse-tag {
color: hsl(0, 0%, 50%) !important;
}
*/
}