Skip to content

Commit

Permalink
add beta logo
Browse files Browse the repository at this point in the history
  • Loading branch information
ug.rp committed Apr 21, 2024
1 parent 11497d6 commit 960de54
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -580,3 +580,17 @@ r4-app r4-actions a {
r4-app r4-actions button {
flex: 1;
}

/* beta logo */
r4-app r4-app-menu r4-title::before,
r4-app r4-app-menu r4-title::after {
font-size: 0.7rem;
color: var(--link);
font-style: italic;
}
r4-app r4-app-menu r4-title::before {
content: 'beta.';
}
r4-app r4-app-menu r4-title::after {
content: '.v2';
}

0 comments on commit 960de54

Please sign in to comment.