Merge pull request 'css: Set `user-select: all` for wallet address' (#25) from asymptotically/wownero-funding-system:user-select-all into master

Reviewed-on: https://git.wownero.com/wownero/wownero-funding-system/pulls/25
This commit is contained in:
wowario 2021-02-20 06:37:48 +00:00
commit bfdf3b7973
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ body {
color: #ff0000;
font-size: 18px;
margin-bottom: 0;
user-select: all;
}
.proposal_content blockquote {