File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ < svg fill ="none " viewBox ="0 0 600 110 " width ="600 " height ="110 " xmlns ="www.w3.org ">
2+ < foreignObject width ="100% " height ="100% ">
3+ < div xmlns ="www.w3.org ">
4+ < style >
5+ /* Import official Ubuntu font */
6+ @import url ('fonts.googleapis.com' );
7+
8+ .ubuntu-terminal {
9+ font-family : 'Ubuntu Mono' , 'Courier New' , monospace;
10+ background-color : # 300a24 ; /* Canonical Aubergine */
11+ color : # ffffff ;
12+ padding : 15px ;
13+ border-radius : 6px ;
14+ font-size : 16px ;
15+ height : 80px ;
16+ border : 1px solid # 5E2750 ;
17+ }
18+ .prompt { color : # 87ff5f ; font-weight : bold; }
19+ .path { color : # 5fafff ; font-weight : bold; }
20+ </ style >
21+ < div class ="ubuntu-terminal ">
22+ < div > < span class ="prompt "> user@ubuntu</ span > :< span class ="path "> ~</ span > $ sudo apt install ubuntu-style</ div >
23+ < div style ="color: #aaaaaa; margin-top: 4px; "> Reading package lists... Done</ div >
24+ </ div >
25+ </ div >
26+ </ foreignObject >
27+ </ svg >
You can’t perform that action at this time.
0 commit comments