Skip to content

DevStyle - Centered Titles (Add-on) by max96git

Screenshot of DevStyle - Centered Titles (Add-on)

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

add-on for roblox devforum (may work without DevStyle)

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;
}
*/
}

Reviews

No reviews yet.