diff options
Diffstat (limited to 'web/style/nodepage.css')
| -rw-r--r-- | web/style/nodepage.css | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/web/style/nodepage.css b/web/style/nodepage.css index e1bf363..72a9ef1 100644 --- a/web/style/nodepage.css +++ b/web/style/nodepage.css @@ -64,3 +64,6 @@      background: var(--background-prop);      border-radius: 4px;  } +.props p.federation { +    background: rgba(68, 129, 49, 0.522); +}  |